home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3485 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: psion.com!usenet
  2. From: Martin Willitts <Martin-Willitts@Psion.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Can MSVC++ create DOS applications?
  5. Date: Wed, 24 Jan 1996 10:08:11 -0800
  6. Organization: Psion Plc
  7. Message-ID: <3106758B.39AB@Psion.com>
  8. References: <4e4e3r$bjv@maureen.teleport.com>
  9. NNTP-Posting-Host: martinw.plc.psion.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b4a (Win16; I)
  14.  
  15. Ken Smith wrote:
  16. > I currently have Borland C++ 3.1 and am want to upgrade. I am trying to decide
  17. > between BC++ and MSVC++. One point I am unsure of is if MSVC++ can create DOS
  18. > programs (ie not need to run inside windows). Can anyone help me with this.
  19. > Also any pointers to comarisons between the systems would be helpful - I am
  20. > sure there must be a FAQ out there somewhere.
  21. > -Thanks
  22. > Ken Smith
  23. > klsmith@teleport.comThe AppWizard in MSVC Version 1.51 (for Win3.x) has a target option of 
  24. MS-DOS Application. So the answer is yes, MSVC can generate DOS programs. 
  25. You can probably get a much older version of MSVC or a Gnu compiler and 
  26. save yourself lots of money. MSVC++ has loads of stuff to do with 
  27. graphical user interface.
  28.